home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- if "%SystemRoot%"=="" goto 95
- if exist %SystemRoot%\System32\svcit.ocx regsvr32 /u %SystemRoot%\System32\svcit.ocx
- if exist %SystemRoot%\System32\svcit.ocx del %SystemRoot%\System32\svcit.ocx
- goto End
- :95
- if "%windir%"=="" goto End
- if exist %windir%\System\svcit.ocx start /w %windir%\System\regsvr32 /u %windir%\System\svcit.ocx
- if exist %windir%\System\svcit.ocx del %windir%\System\svcit.ocx
- :End